go/build.Package.Goroot (field)

10 uses

	go/build (current package)
		build.go#L420: 	Goroot        bool     // package found in Go root
		build.go#L589: 				p.Goroot = true
		build.go#L660: 							p.Goroot = isGoroot
		build.go#L702: 						p.Goroot = true
		build.go#L712: 			p.Goroot = true
		build.go#L738: 					p.Goroot = true
		build.go#L786: 		if ctxt.Compiler == "gccgo" && p.Goroot {
		build.go#L802: 	if ctxt.Compiler == "gccgo" && p.Goroot {
		build.go#L1212: 	p.Goroot = f[3] == "true"

	golang.org/x/tools/internal/gcimporter
		gcimporter.go#L101: 			if bp.Goroot && bp.Dir != "" {